@font-face {
    font-family: "Roboto-Regular";
    src: url("https://images.hanlonsonline.co.uk/Stockton/fonts/Roboto-Regular.otf");
    font-weight: 700;
    font-style: normal;
}

p.text-block {
    font-family: 'Roboto';
    color: #000;
    font-size: 18px;
}

a#caseStudyOne {
    margin-left: 5px;
    font-size: 18px;
    text-decoration: underline;
}

a#caseStudyOne:hover {
    color: #C8D300;
    transition: 0.6s;
}

a#caseStudyTwo {
    margin-left: 5px;
    font-size: 18px;
    text-decoration: underline;
}

a#caseStudyTwo:hover {
    color: #C8D300;
    transition: 0.6s;
}

div#ctl00_MainDiv {
    padding-bottom: 50px;
    background: #f3f3f3;
    height: auto;
}

#caseStudyOneImage {
    width: 300px;
    padding-right: 20px;
}

img#caseStudyTwoImage {
    width: 345px;
}

img#caseStudyThreeImage {
    width: 300px;
}

img#imgOne {
    width: 60%;
    /* border-radius: 10px / 30px; */
}

img#imgTwo {
    width: 82%;
    /* border-radius: 5px 20px 5px; */
}

a#addSupport {
    /* width: 40%; */
    float: left;
    padding: 23px;
    width: 100%;
    text-align: left;
    background: #008444;
    color: #fff !important;
    border: none;
    font-size: 17.5px;
    /* border-radius: 10px / 30px; */
    font-family: 'Roboto';
    margin-top: 1px;
}


/* .fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    float: right;
    margin-top: 2px;
} */

a#oppSearch {
    /* width: 40%; */
    float: left;
    padding: 24px;
    width: 100%;
    text-align: left;
    background: #008444;
    color: #fff !important;
    border: none;
    font-size: 17.5px;
    /* border-radius: 10px / 30px; */
    font-family: 'Roboto';
    margin-top: 1px;
}

.panel {
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 540px;
}

.firstPanel {
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: none;
    /* border-radius: 10px / 30px; */
    border: 2px solid #008444;
    border-radius: 0px;
    min-height: 470px;
}

h2.card-title {
    float: left;
    margin-left: 20px;
}

p#textOne {
    float: left;
    margin-left: 22px;
    font-size: 1em;
}

.button {
    padding-bottom: 20px;
}

.secondPanel {
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: none;
    border: 2px solid #008444;
    border-radius: 0px;
    min-height: 470px;
}

h2.card-title {
    float: left;
    margin-left: 20px;
}

p#textTwo {
    margin-left: 22px;
    font-size: 1em;
    text-align: left;
    float: left;
}
img.img-one {
    width: 30%;
    margin-top: 5rem;
}
img.case-study-three {
    width: 100%;
    /* padding-top: 30px; */
}

img.case-study-five {
    width: 100%;
    /* padding-top: 30px; */
}

h1.case-study-three-title {
    padding-bottom: 30px;
}

h1.case-study-four-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

h1.case-study-five-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .firstPanel {
        min-height: 475px;
    }
    .secondPanel {
        min-height: 475px;
    }
}

@media only screen and (max-width: 768px) {
    .secondPanel {
        min-height: 670px;
    }
    .firstPanel {
        min-height: 670px;
    }
}

@media only screen and (max-width: 425px) {
    .secondPanel {
        min-height: 420px;
    }
    .firstPanel {
        min-height: 420px;
    }
}

@media only screen and (max-width: 375px) {
    .firstPanel {
        min-height: 375px;
    }
    .secondPanel {
        min-height: 375px;
    }
}

@media only screen and (max-width: 320px) {
    .firstPanel {
        min-height: 330px;
    }
    .secondPanel {
        min-height: 330px;
    }
}